CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络 VC

搜索资源列表

  1. CBPNET

    0下载:
  2. BP神经网络VC类,此类对BP神经网络进行了封装,整个类是基于动态构建,可以适合于任何采用BP神经网络的模式识别应用。-BP neural network VC categories, such BP neural network to a package, the whole category is based on dynamic construction, and is suitable for use in any BP neural network applications of pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4447
    • 提供者:胡文静
  1. design-vc

    0下载:
  2. 一个不错的神经网络算法,采用bp算法,整个算法简单实用-a good neural network algorithm, the algorithm used bp, the entire algorithm is simple and practical
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:210328
    • 提供者:廖东
  1. vc-LMS

    0下载:
  2. vc++实现神经网络的LMS算法,并可以自动选择神经元个数-vc + + LMS neural network algorithm, and can automatically choose Neuron Number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10707
    • 提供者:WW
  1. ANN+GA

    0下载:
  2. 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7854
    • 提供者:chenming
  1. nntoolkit-vc

    0下载:
  2. 在VC中使用nntoolkit工具箱 1、 安装和注册nnToolKit组件 参见神经网络组件《nnToolKit安装手册》。 2、 导入nnToolKit组件 新建一个MFC AppWizard[exe]工程后,导入nnToolKit 使用MFC ClassWizard,添加一个新类,选择From a type of library, 在弹出的对话框中选中nnToolKit.dll 确定后,可以在workspace中发现类InnToolKit (本例
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:159745
    • 提供者:yaomm
  1. yuce-vc

    0下载:
  2. 预测神经网络,vc的程序,希望有用!!!!!!! -forecast neural networks, vc the procedures in the hope that useful !!!!!!!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70537
    • 提供者:ming
  1. system

    0下载:
  2. 一个用VC开发专家系统的程序,是处理神经网络方面的文章 -An expert system developed by VC procedures for dealing with neural network articles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1647807
    • 提供者:zhangsan
  1. PR_AI_code

    1下载:
  2. 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14680099
    • 提供者:
  1. 85375514

    0下载:
  2. 基于BP神经网络人脸识别算法研究,利用的语言是VC-FaceDetectionforundergraduate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:283294
    • 提供者:张丽兰
  1. VC

    1下载:
  2. MatlabX库为VB,VC,Delphi提供程序包接口,支持数学运算、功能强大线性代数、图形处理等功能和部分神经网络等功能,用于扩展 MATLAB 的功能和运行速度,可以作为独立的工具使用,支持生成自己的独立运行程序,不要求客户电脑装有matlab。 (可以另外加功能) 在VB,VC,Delphi中使用该数学工具包可避免重复性劳动,从而减少开发人员实现算法和界面设计的困难,可大大提高开发效率,对于解决工程问题是十分有意义的。MatlabX就是一个小的matlab -MatlabX li
  3. 所属分类:DirextX

    • 发布日期:2017-03-18
    • 文件大小:26092470
    • 提供者:张晓
  1. MATLABandVC

    0下载:
  2. MA11AB与VC++混合编程,开发了水轮机综合特性曲线数据处理系统。该系 统利用VC++友好的界面编程对水轮机综合特性曲线已知区域数据进行提取,使用MATLAB 搜索引擎调用RBF人工神经网络库对提取数据进行拟合并结合边界约束条件对未知区域内的 数据进行预测-MA11AB with VC++ mixed programming, developed the turbine characteristic curve of integrated data processing syst
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:279478
    • 提供者:ws
  1. BP_neural_network_source_code

    2下载:
  2. BP神经网络源程序(程序是在VC++6.0环境下编译的,在低版本编译可能会出现错误!) 程序文件说明: 1、界面程序:wuzhou11.* 2、BP神经网络训练程序:LearnDlg.* 3、BP神经网络预报程序:ForecastDlg.* 4、BP神经网络说明程序:text.txt 5、测试范例:ldlqw11.* .nna 训练样本文件 .nnb 测试文件 .par 训练控制参数 .nnr 训练误差文件 .out 测试结果文件 .wgt 网络
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5868731
    • 提供者:czxuemei
  1. Simulated

    0下载:
  2. 人工神经网络中经典模拟退火算法的实现,在VC下可运行-Simulated annealing algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:233588
    • 提供者:高毅
  1. picVC

    0下载:
  2. 图象模式识别--VC++技术实现 ① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。 ② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。 ③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。 ④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。 ⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。 -Image pattern recognition- VC++ technology to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:5762732
    • 提供者:黄建峰
  1. BpAnn_b1.0.2

    0下载:
  2. BP神经网络的VC实现,绝对可用,对你会起到很大的帮助-BP neural network to achieve VC, absolutely free, you will play a great help
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:52787
    • 提供者:李若彤
  1. BT510

    0下载:
  2. 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过-Artificial intelligence, this is a simple neural network algorithm, for sin (x) of the fitting, vc compiled by
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:238661
    • 提供者:蓝冰
  1. zx_pr_exp_6

    0下载:
  2. 选择合适的方法对车牌进行预处理,车牌定位,字符分割; 设计神经网络结构,利用神经网络训练字符,实现字符识别; 设计Matlab或者VC++程序编程实现完整的车牌识别系统。 -recognition of the car bland
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:610821
    • 提供者:林语
  1. v3.3

    0下载:
  2. 毕业设计中 用VC++写的基于神经网络的人脸识别程序 优秀毕业设计 可供毕业设计学生和相关研究人员参考-Graduation written using VC++ face recognition program based on neural network design for outstanding graduate students and graduate design research Reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3359780
    • 提供者:yaxuan
  1. Digital_Identification_System

    1下载:
  2. 用vc++实现的数字识别系统,实现了经过灰度化,二值化,锐化,字符分割,最后采用神经网络识别数字的功能。-Using vc++ implementation of the digital identification system to achieve through the graying, the two values, sharpening, character segmentation, neural network identification number of the last f
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3188467
    • 提供者:张锐
  1. adnftrf

    0下载:
  2. vc++神经网络模式识别,还可以,对需要做这方面的人比较有用()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:281600
    • 提供者:Fgqbcns
« 1 2 34 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com